home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-07-11 | 601 b | 34 lines | [TEXT/KAHL] |
- ///--------------------------------------------------------------------------------------
- // Simple.h
- //
- // By: Tony Myles
- //
- // Copyright © 1993 Tony Myles, All rights reserved worldwide.
- ///--------------------------------------------------------------------------------------
-
-
- #ifndef __SIMPLE__
- #define __SIMPLE__
-
- #ifndef __WINDOWS__
- #include <Windows.h>
- #endif
-
-
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- void PrepareSimpleAnimation(void);
- void PerformSimpleAnimation(void);
- void EndSimpleAnimation(void);
- void ChangeMoveSpeed(void);
-
-
- #ifdef __cplusplus
- };
- #endif
-
-
- #endif /* __APPLICATION__ */